
.footer-wrapper {
	padding: 0.92rem 0 0.18rem;
	background: #111 url(../images/ditu2.png) no-repeat 200px 50px;
	;
	position: relative;
}

.footer-wrapper #particles-js {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0.18;
}

.footer-wrapper .box-container {
	position: relative;
	z-index: 10;
}

.footer-wrapper .box-1,
.footer-wrapper .box-2 {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-wrapper .box-2 {
	align-items: flex-end;
	margin-top: 0.86rem;
}

.footer-wrapper .copyright,
.footer-wrapper .copyright a {
	font-size: var(--fs14);
	font-family: "cn_light";
	color: #d4d4d4;
}

.footer-wrapper .copyright {
	line-height: 24px;
	margin-top: 0.13rem;
}

.footer-wrapper .copyright a {
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.footer-wrapper .copyright a:hover {
	color: #fff;
}

.footer-wrapper .contact-box {
	text-align: right;
	width: 26.04%;
}

.footer-wrapper .tel {
	display: inline-block;
	font-size: var(--fs36);
	color: #fff;
	font-family: "Barlow-Regular";
	line-height: 0.36rem;
	margin-bottom: 0.05rem;
}

.footer-wrapper p {
	font-size: var(--fs16);
	line-height: 24px;
	color: #d4d4d4;
	font-family: "cn_light";
}

.footer-wrapper .other {
	width: 100%;
	text-align: right;
}

.footer-wrapper .other .link a {
	color: #fff;
}

.footer-nav-box {
	flex: 1;
}

.footer-nav-box a {
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	display: block;
	line-height: 0.32rem;
}

.footer-nav-box ul {
	list-style-type: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer-nav-box li>a {
	font-size: var(--fs18);
	font-family: "cn_medium";
	color: #fff;
}

.footer-nav-box .nav {
	margin-top: 0.17rem;
}

.footer-nav-box .nav a {
	font-size: var(--fs14);
	font-family: "cn_light";
	color: rgba(255, 255, 255, 0.7);
}

.footer-nav-box .nav a:hover {
	color: #fff;
}

.footer-nav-box .nav a:hover span {
	background-size: 100% 1px;
	background-position: 0 100%;
}

.footer-nav-box span {
	display: inline-block;
	line-height: 0.2rem;
	background: url(../images/line.jpg) no-repeat;
	background-size: 0 1px;
	background-position: 100% 100%;
	transition: background-size 0.7s ease;
}

.share {
	font-size: 0;
	margin-bottom: 0.35rem;
}

.share a {
	position: relative;
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	background-color: #333;
	border-radius: 50%;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	margin-right: 0.15rem;
}

.share a:last-child {
	margin-right: 0;
}

.share a:hover {
	background: #ff0506;
}

.share a:hover .qrcodes {
	opacity: 1;
	visibility: visible;
	transform: translate(50%, -0.1rem);
}

.share a>img {
	display: block;
	width: 0.23rem;
	margin: 0.14rem auto 0;
}

.share a:hover .qrcodes,
.share-box a:hover .qrcodes {
	opacity: 1;
	visibility: visible;
	transform: translate(50%, -0.1rem);
}

.share .qrcodes,
.share-box .qrcodes {
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	top: auto;
	transform: translate(50%, 0.1rem);
	bottom: 100%;
}

.link {
	font-size: 0;
}

.link a {
	position: relative;
	font-size: var(--fs14);
	padding-right: 0.14rem;
	margin-right: 0.12rem;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	color: #d4d4d4;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.link a:hover {
	color: #fff;
}

.link a:hover span {
	background-size: 100% 1px;
	background-position: 0 100%;
}

.link a:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
	width: 2px;
	height: 13px;
	background: #7a7a7a;
}

.link a:last-child {
	margin-right: 0;
	padding-right: 0;
}

.link a:last-child:after {
	display: none;
}

.link span {
	display: inline-block;
	line-height: 0.2rem;
	background: url(../images/line.jpg) no-repeat;
	background-size: 0 1px;
	background-position: 100% 100%;
	transition: background-size 0.7s ease;
}

.sidebar-box {
	position: fixed;
	width: 0.64rem;
	right: 0.1rem;
	bottom: 10%;
	z-index: 30;
}

.sidebar-box ul {
	list-style: none;
}

.sidebar-box li {
	position: relative;
	margin-bottom: 0.06rem;
}

.sidebar-box li:last-child {
	margin-bottom: 0;
}

.sidebar-box li:hover .hidebox {
	right: 0;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.sidebar-box li:hover .qrcodes {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.sidebar-box li>a {
	position: relative;
	z-index: 5;
	height: 0.64rem;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0.1rem 0 0.1rem;
	/* background-image: linear-gradient(0deg, #ff0506 0%, #d4ab8e 100%), linear-gradient(#e02027, #e02027); */
	background: #ff0506;
	background-blend-mode: normal, normal;
	border-radius: 5px;
}

.sidebar-box p {
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	margin-top: 0.06rem;
}

.sidebar-box img {
	display: block;
	width: 0.2rem;
	margin: 0 auto;
}

.sidebar-box .hidebox {
	position: absolute;
	top: 0;
	z-index: 4;
	width: 2.5rem;
	background-color: #ff0506;
	text-align: left;
	height: 100%;
	border-radius: 5px 0 0 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	right: -100%;
	border-radius: 5px;
}

.sidebar-box .hidebox p {
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-top: 0.06rem;
}

.sidebar-box .tel .hidebox {
	width: 2.8rem;
	/* background-image: linear-gradient(0deg, #ff0506 0%, #d4ab8e 100%), linear-gradient(#e02027, #e02027); */
	background: #ff0506;
	background-blend-mode: normal, normal;
}

.sidebar-box .tel .hidebox a {
	color: #fff;
	font-size: var(--fs24);
	line-height: 0.64rem;
	padding: 0 0.2rem;
	font-family: "Barlow-Regular";
}

.qrcodes {
	position: absolute;
	right: calc(100% + 0.1rem);
	top: 0;
	z-index: 10;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transform: translateX(0.3rem);
	-webkit-transform: translateX(0.3rem);
	-moz-transform: translateX(0.3rem);
	-ms-transform: translateX(0.3rem);
	-o-transform: translateX(0.3rem);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.qrcodes .inner {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	padding: 0.05rem 0;
	background-color: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.qrcodes .inner .item {
	position: relative;
	width: 1.1rem;
	text-align: center;
	padding: 0 0.05rem;
}

.qrcodes .inner .item:after {
	content: "";
	width: 1px;
	height: 100%;
	border-right: 1px dashed #ddd;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.qrcodes .inner .item:last-child:after {
	display: none;
}

.qrcodes .inner .item img {
	display: block;
	width: 100%;
}

.qrcodes p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin-top: 0;
}




@media screen and (max-width: 1004px) {
	.footer-nav-box {
		display: none;
	}

	.footer-wrapper {
		padding: 0.8rem 0;
	}

	.footer-wrapper .box-1,
	.footer-wrapper .box-2 {
		display: block;
	}

	.footer-wrapper .box-2 {
		margin-top: 0.2rem;
	}

	.footer-wrapper .box-2>.link {
		margin-bottom: 0.3rem;
	}

	.footer-wrapper .copyright {
		line-height: 0.44rem;
		margin-top: 0.13rem;
	}

	.footer-wrapper .contact-box {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		flex-flow: wrap;
		flex-direction: column-reverse;
		text-align: left;
		width: 100%;
	}

	.footer-wrapper .tel {
		font-size: var(--fs36);
		line-height: 0.48rem;
		margin-bottom: 0.06rem;
	}

	.footer-wrapper p {
		font-size: var(--fs14);
		line-height: 0.36rem;
	}

	.footer-wrapper .other {
		text-align: left;
	}

	.share {
		margin-top: 0.6rem;
	}

	.share a {
		width: 0.56rem;
		height: 0.56rem;
		margin-right: 0.2rem;
	}

	.share a>img {
		width: 0.32rem;
		margin-top: 0.14rem;
	}

	.share a:hover .qrcodes,
	.share-box a:hover .qrcodes {
		transform: translate(0, -0.1rem);
	}

	.share .qrcodes,
	.share-box .qrcodes {
		right: auto;
		left: 0;
		transform: translate(0, 0.1rem);
	}

	.link a {
		padding-right: 0.18rem;
		margin-right: 0.14rem;
		line-height: 0.36rem;
	}

	.link a:after {
		top: 0.08rem;
		width: 1px;
		height: 0.2rem;
	}

	.link a:last-child {
		margin-right: 0;
		padding-right: 0;
	}

	.link a:last-child:after {
		display: none;
	}

	.link span {
		display: inline-block;
		line-height: 0.2rem;
		background: url(../images/line.jpg) no-repeat;
		background-size: 0 1px;
		background-position: 100% 100%;
		transition: background-size 0.7s ease;
	}
	
	
	.sidebar-box {
		width: 0.64rem;
	}
	
	.sidebar-box li>a {
		height: 0.66rem;
		padding: 0;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		align-items: center;
	}
	
	.sidebar-box p {
		display: none;
	}
	
	.sidebar-box img {
		width: 0.32rem;
	}
	
	.sidebar-box .hidebox {
		width: 2.5rem;
	}
	
	.sidebar-box .hidebox.qrcode {
		width: 2.4rem;
	}
	
	.sidebar-box .tel .hidebox {
		width: 3.3rem;
	}
	
	.sidebar-box .tel .hidebox a {
		font-size: var(--fs18);
		line-height: 0.66rem;
		padding: 0 0.3rem;
	}
	
	.qrcodes {
		right: calc(100% + 0.1rem);
		transform: translateX(0.4rem);
		-webkit-transform: translateX(0.4rem);
		-moz-transform: translateX(0.4rem);
		-ms-transform: translateX(0.4rem);
		-o-transform: translateX(0.4rem);
	}
	
	.qrcodes .inner {
		padding: 0.15rem 0;
	}
	
	.qrcodes .inner .item {
		width: 1.5rem;
		padding: 0 0.15rem;
	}
	
	.qrcodes p {
		line-height: 18px;
		display: block;
		font-size: 10px;
	}
	
	
}

